home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_66050.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  137 lines

  1. -- background: 66050 from stack: in
  2. -- bmap block id: 17546
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=39 top=89 right=115 bottom=373
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=39 top=120 right=313 bottom=412
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 10
  35. -- style flags: 0
  36. -- line height: 13
  37. -- part name: 
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=386 top=69 right=102 bottom=420
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   go to next card
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=335 top=317 right=342 bottom=362
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 15420 / 15420
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Prev
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect wipe right
  74.   go to previous card
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 8 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=361 top=317 right=342 bottom=388
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 16560 / 16560
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Next
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   visual effect wipe left
  94.   go to next card
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 9 (button)
  100. -- low flags: 00
  101. -- high flags: 0004
  102. -- rect: left=470 top=30 right=59 bottom=502
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 21700 / 21700
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Home
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual effect iris open
  114.   go Home
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 11 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=387 top=318 right=341 bottom=423
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 6720 / 6720
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Return
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   visual effect iris close
  134.   pop card
  135. end mouseUp
  136.  
  137.